|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ImageWare
Class ImageWare.
| Field Summary | |
|---|---|
static byte |
BLUE
|
static int |
BYTE
|
static int |
CREATE
|
static int |
DOUBLE
|
static int |
FLOAT
|
static byte |
GREEN
|
static byte |
MIRROR
|
static byte |
NONE
|
static byte |
PERIODIC
|
static byte |
RED
|
static int |
SHORT
|
static int |
UNDEFINED
|
static byte |
UNDEFINED_BOUNDARY
|
static int |
UNDEFINED_TYPE
|
static int |
WRAP
|
| Method Summary | |
|---|---|
ImageWare |
convert(int type)
|
void |
copy(ImageWare source)
|
ImageWare |
duplicate()
|
double |
getMaximum()
|
double |
getMean()
|
double |
getMinimum()
|
double[] |
getMinMax()
|
double |
getNorm1()
|
double |
getNorm2()
|
double |
getTotal()
|
void |
printInfo()
|
ImageWare |
replicate()
|
ImageWare |
replicate(int type)
|
void |
show()
|
void |
show(java.lang.String title)
|
| Methods inherited from interface imageware.Process |
|---|
add, divide, max, min, multiply, smoothGaussian, smoothGaussian, subtract |
| Methods inherited from interface imageware.Pointwise |
|---|
abs, add, addGaussianNoise, addSaltPepper, addUniformNoise, buildImageStack, clip, clip, divide, exp, fillConstant, fillGaussianNoise, fillRamp, fillSaltPepper, fillUniformNoise, invert, log, multiply, negate, pow, rescale, rescale, rescaleCenter, sqr, sqrt, subtract, threshold, threshold, thresholdHard, thresholdSoft |
| Methods inherited from interface imageware.Buffer |
|---|
getDepth, getDimension, getHeight, getSize, getSizeX, getSizeY, getSizeZ, getSliceByte, getSliceDouble, getSliceFloat, getSliceShort, getTotalSize, getType, getTypeToString, getVolume, getWidth, getX, getX, getX, getX, getX, getXY, getXY, getXY, getXY, getXY, getXYZ, getXYZ, getXYZ, getXYZ, getXYZ, getXZ, getXZ, getXZ, getXZ, getXZ, getY, getY, getY, getY, getY, getYZ, getYZ, getYZ, getYZ, getYZ, getZ, getZ, getZ, getZ, getZ, isSameSize, putX, putX, putX, putX, putX, putXY, putXY, putXY, putXY, putXY, putXYZ, putXYZ, putXYZ, putXYZ, putXYZ, putXZ, putXZ, putXZ, putXZ, putXZ, putY, putY, putY, putY, putY, putYZ, putYZ, putYZ, putYZ, putYZ, putZ, putZ, putZ, putZ, putZ |
| Field Detail |
|---|
static final int UNDEFINED_TYPE
static final int BYTE
static final int SHORT
static final int FLOAT
static final int DOUBLE
static final byte UNDEFINED_BOUNDARY
static final byte NONE
static final byte MIRROR
static final byte PERIODIC
static final int UNDEFINED
static final int CREATE
static final int WRAP
static final byte RED
static final byte GREEN
static final byte BLUE
| Method Detail |
|---|
ImageWare duplicate()
ImageWare replicate()
ImageWare replicate(int type)
void copy(ImageWare source)
ImageWare convert(int type)
void printInfo()
void show()
void show(java.lang.String title)
double getMinimum()
double getMaximum()
double getMean()
double getNorm1()
double getNorm2()
double getTotal()
double[] getMinMax()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||